home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2000 March / PC Player 3-2000 A.iso / Demos / Impgal / data1.cab / Program_DLLs / Setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-12-16  |  3.2 KB  |  167 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Imperium Galactica 2 Setup program'
  7.   ClientHeight = 326
  8.   ClientWidth = 434
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 160
  22.     Width = 433
  23.     Height = 2
  24.   end
  25.   object Image1: TImage
  26.     Left = 8
  27.     Top = 8
  28.     Width = 417
  29.     Height = 145
  30.     Picture.Data = {<image000.bmp>}
  31.   end
  32.   object Bevel2: TBevel
  33.     Left = 8
  34.     Top = 8
  35.     Width = 417
  36.     Height = 145
  37.   end
  38.   object ComboBox1: TComboBox
  39.     Left = 144
  40.     Top = 168
  41.     Width = 281
  42.     Height = 21
  43.     Style = csDropDownList
  44.     ItemHeight = 13
  45.     TabOrder = 0
  46.     OnChange = ComboBox1Change
  47.   end
  48.   object ComboBox2: TComboBox
  49.     Left = 144
  50.     Top = 232
  51.     Width = 281
  52.     Height = 21
  53.     Style = csDropDownList
  54.     ItemHeight = 13
  55.     TabOrder = 1
  56.     OnChange = ComboBox2Change
  57.   end
  58.   object ComboBox3: TComboBox
  59.     Left = 144
  60.     Top = 264
  61.     Width = 137
  62.     Height = 21
  63.     Style = csDropDownList
  64.     ItemHeight = 13
  65.     Items.Strings = (
  66.       'Hoch     (44 kHz)'
  67.       'Mittel     (22 kHz)'
  68.       'Niedrig  (11 kHz)')
  69.     TabOrder = 2
  70.   end
  71.   object Panel1: TPanel
  72.     Left = 8
  73.     Top = 168
  74.     Width = 129
  75.     Height = 25
  76.     Hint = 'Select your 3D video device'
  77.     BevelOuter = bvLowered
  78.     Caption = '3D-Grafikkarten'
  79.     ParentShowHint = False
  80.     ShowHint = True
  81.     TabOrder = 3
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 8
  85.     Top = 232
  86.     Width = 129
  87.     Height = 25
  88.     Hint = 'Select your sound device'
  89.     BevelOuter = bvLowered
  90.     Caption = 'Soundkarten'
  91.     ParentShowHint = False
  92.     ShowHint = True
  93.     TabOrder = 4
  94.   end
  95.   object Panel3: TPanel
  96.     Left = 8
  97.     Top = 264
  98.     Width = 129
  99.     Height = 25
  100.     Hint = 'Select sampling rate. Higher is slower'
  101.     BevelOuter = bvLowered
  102.     Caption = 'Sound-Qualit∩┐╜t'
  103.     ParentShowHint = False
  104.     ShowHint = True
  105.     TabOrder = 5
  106.   end
  107.   object BitBtn1: TBitBtn
  108.     Left = 288
  109.     Top = 296
  110.     Width = 65
  111.     Height = 25
  112.     Caption = '&Fertig'
  113.     TabOrder = 6
  114.     OnClick = BitBtn1Click
  115.     NumGlyphs = 2
  116.   end
  117.   object Cancel: TBitBtn
  118.     Left = 360
  119.     Top = 296
  120.     Width = 67
  121.     Height = 25
  122.     Caption = '&Abbrechen'
  123.     TabOrder = 7
  124.     OnClick = CancelClick
  125.     NumGlyphs = 2
  126.   end
  127.   object Panel4: TPanel
  128.     Left = 8
  129.     Top = 200
  130.     Width = 129
  131.     Height = 25
  132.     BevelOuter = bvLowered
  133.     Caption = 'Grafikmodus'
  134.     TabOrder = 8
  135.   end
  136.   object ComboBox4: TComboBox
  137.     Left = 144
  138.     Top = 200
  139.     Width = 281
  140.     Height = 21
  141.     Style = csDropDownList
  142.     ItemHeight = 13
  143.     TabOrder = 9
  144.   end
  145.   object Panel5: TPanel
  146.     Left = 8
  147.     Top = 296
  148.     Width = 129
  149.     Height = 25
  150.     BevelOuter = bvLowered
  151.     Caption = 'Qualit∩┐╜t der Videoseq.'
  152.     TabOrder = 10
  153.   end
  154.   object ComboBox5: TComboBox
  155.     Left = 144
  156.     Top = 296
  157.     Width = 137
  158.     Height = 21
  159.     Style = csDropDownList
  160.     ItemHeight = 13
  161.     Items.Strings = (
  162.       'Hoch     (640 x 400)'
  163.       'Niedrig   (320 x 200)')
  164.     TabOrder = 11
  165.   end
  166. end
  167.